projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bc7b133
)
(Fcall_interactively): Fix last change.
author
Kim F. Storm
<storm@cua.dk>
Mon, 29 Mar 2004 11:45:11 +0000
(11:45 +0000)
committer
Kim F. Storm
<storm@cua.dk>
Mon, 29 Mar 2004 11:45:11 +0000
(11:45 +0000)
From David Ponce <david@dponce.com>
src/callint.c
patch
|
blob
|
history
diff --git
a/src/callint.c
b/src/callint.c
index a7933bb14d56529dbc84b087303275896858e508..1d7d6f9f89fe38266c68cf9136e97b5b074b9011 100644
(file)
--- a/
src/callint.c
+++ b/
src/callint.c
@@
-351,7
+351,7
@@
supply if the command inquires which events were used to invoke it. */)
{
Lisp_Object form;
GCPRO2 (function, prefix_arg);
- Finteractive_form (function);
+
form =
Finteractive_form (function);
UNGCPRO;
if (CONSP (form))
specs = filter_specs = Fcar (XCDR (form));